
include ../Make.config

all:	zxvgs

zxvgs:
	@echo Nothing to do!

clean:
	$(RM) -f *.o* *.i *.sym *.map zcc_opt.def
